home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
PROGTOOL
/
FGL304D.ZIP;1
/
EXBAS.ARJ
/
FGDOC
/
EXAMPLES
/
BASIC
/
05-15.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1994-01-24
|
255 b
|
23 lines
REM $INCLUDE: 'fastgraf.bi'
DEFINT A-Z
Mode = FGgetmode
FGsetmode 4
FGdefcolor 0, 1
FGdefcolor 255, 1
FGsetcolor 0
FGtext "0", 1
FGsetcolor 1
FGtext " 1", 2
FGsetcolor 255
FGtext " 255", 4
FGwaitkey
FGsetmode Mode
FGreset
END